SftTree/OCX 7.0

SftTree.RowHeaderGrayedColor Property

Softel vdm, Inc.

Defines the text color used to draw disabled row headers.

Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.GrayedColor instead

Syntax       

Get

VB.NET

Clr = object.RowHeaderGrayedColor  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.RowHeaderGrayedColor  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.RowHeaderGrayedColor;

VC++

OLE_COLOR Clr = object->RowHeaderGrayedColor;
OLE_COLOR Clr = object->GetRowHeaderGrayedColor();

C

HRESULT object->get_RowHeaderGrayedColor(OLE_COLOR* Clr);

Delphi

Clr := object.RowHeaderGrayedColor  : TColor;

Put

VB.NET

object.RowHeaderGrayedColor = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.RowHeaderGrayedColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.RowHeaderGrayedColor = Clr;

VC++

OLE_COLOR object->RowHeaderGrayedColor = Clr;
void object->PutRowHeaderGrayedColor(OLE_COLOR Clr);

C

HRESULT object->put_RowHeaderGrayedColor(OLE_COLOR Clr);

Delphi

object.RowHeaderGrayedColor := Clr  : TColor;

object

A SftTree object.

Clr

Defines the text color used to draw disabled row headers.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.GrayedColor instead

The RowHeaderGrayedColor property defines the text color used to draw disabled row headers.

Row headers can be disabled globally using the RowHeaders.Enabled property, individual items can be disabled using the Item.Enabled property.

This property has no effect if Windows themes are used.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com